FlowStart
Represents the starting step of a workflow, including options for immediate start and notification settings.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| StartImmediately | Determines if the workflow should start immediately without delays. |
| ShowInFlowHistory | Specifies if the step should appear in the workflow history. |
| HideApporoverInHistory | Determines whether the approver should be hidden in the workflow history. |
| GeolocationOptions | Geolocation options for the step. |
| Key | A unique identifier for the workflow step. |
| AutoOpenApprovalOption | Indicates if the approval options should automatically open for this step. |
| Name | Name for the workflow step. |
| Events | A read-only list of events related to the step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| Documents | A list of documents associated with the step. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| WebNotificationOptions | Settings for web notifications related to this step. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| FlowStart(name, workflowData, workflowCodeInstance) | Constructor for the FlowStart class. Initializes a new instance of the FlowStart class. |
| FlowStart(name,workflowData,workflowCodeInstance) | Initializes a new instance of the FlowStart class with a name, workflow data, and workflow code instance. |
Methods
| Name | Description |
|---|---|
| SendStartWebNotification(userInfo,requestItem) | Sends a web notification for the workflow start step. |
| Initialize() | Initializes the start step with default settings. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnAfterEvent(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeEvent(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |